ひとりNavigation API Advent Calendar 07日目
https://gyazo.com/74d943227e28c1d13c116e832b2aa612
これはひとりNavigation API Advent Calendarの7日目です
内部実装を見るためにクライアントサイドルーティングのライブラリやメタフレームワーク内での仕組みに関する情報を収集していく回
Backbone.js
https://backbonejs.org/#Routing
AngularJS
https://docs.angularjs.org/api/ngRoute
Ember.js
https://guides.emberjs.com/release/routing/
Riot.js
https://github.com/riot/route
Angular
https://angular.dev/guide/routing
React
React Router
https://reactrouter.com/start/framework/routing
Remix
https://github.com/remix-run/history
https://github.com/blakeembrey/react-location
https://github.com/molefrog/wouter
https://github.com/hanakla/froute
Vue.js
https://router.vuejs.org/
Svelte
https://svelte.dev/packages#routing
Svelteチームとアンバサダーメンバーが選んだライブラリが掲載されている
Svelte Japanの方に教えてもらいました。Thx!
https://github.com/jpcutshall/svelte5-router
https://www.npmjs.com/package/@roxi/routify
https://github.com/sveltetools/svelte-pathfinder
Preact
https://github.com/preactjs/preact-router は現在メンテナンスされていない
https://github.com/preactjs/preact-iso
https://github.com/molefrog/wouter
htmx
https://htmx.org/attributes/hx-push-url/
Qwik
https://qwik.dev/docs/routing/
Tanstack
https://tanstack.com/router/latest
ルーティングの単品ライブラリ
https://github.com/daleighan/vanilla-js-router
https://github.com/glassesfactory/kazitori.js
https://github.com/visionmedia/page.js
https://github.com/millermedeiros/crossroads.js
https://github.com/olivernn/davis.js
https://github.com/mtrpcic/pathjs
https://github.com/gregsabia/Grapnel.js
https://github.com/jgallen23/routie
https://github.com/haithembelhaj/RouterJs
https://github.com/uhyo/rocon
https://kriasoft.com/universal-router/
Navigation APIのpolyfillライブラリ
https://github.com/virtualstate/navigation
参考文書
JS軽量クライアントサイドルーティングライブラリいろいろ #JavaScript - Qiita
2021年の密かなトレンド? “型安全ルーティング”の概観
/mrsekut-p/TypeScriptのRouting library